This program manages the migration of ACLs from the old platform to the new one.
It retrieves information such as shortname, longname, etc., from the old database to the new one, using the topologies that have already been re-imported.
To do this, it is essential that the information be identical between the old server and the new one.

Elemnts:
catalog.db correspond to new db to update (new server).
diamesh.db correspond to new db to update (new server).
original_catalog.db correspond to old db from which we will retrieve the data (old server).
original_diamesh.db correspond to old db from which we will retrieve the data (old server).

Usage :
From folder, launch the following command line:
python3 dataRapatriation.py
or
python3 /PathToProject/dataRapatriation.py
where /PathToProject/ could be /tmp/Rapatriement infos

Type 1 to rapatriate informations.
In new menu, you can select all, or just one element to rapatriate.
If you select all, we will rapatriate items in order.
Type 0 to rapatriate everything.
It will rapatriate in ordre:
  - hsets,
  - users, groups, junction between users and groups,
  - api keys,
  - topogates,
  - acls.

I you have already rapatriate items, like users, groups, api keys, or hsets, the only elements to rapatrite again could be Acls.
Just type the correct number, to repatriate the correct element.
